Skip to content

Jackson core update#1201

Merged
l-trotta merged 1 commit into
mainfrom
jackson-core-update
Apr 7, 2026
Merged

Jackson core update#1201
l-trotta merged 1 commit into
mainfrom
jackson-core-update

Conversation

@l-trotta

@l-trotta l-trotta commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@l-trotta
l-trotta merged commit d10aae3 into main Apr 7, 2026
13 checks passed
@l-trotta
l-trotta deleted the jackson-core-update branch April 7, 2026 09:13
github-actions Bot pushed a commit that referenced this pull request Apr 7, 2026
@github-actions

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown

The backport to 9.3 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.3 9.3
# Navigate to the new working tree
cd .worktrees/backport-9.3
# Create a new branch
git switch --create backport-1201-to-9.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 d10aae3de22fa31763878ab31be6efa36c6a97ba
# Push it to GitHub
git push --set-upstream origin backport-1201-to-9.3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.3

Then, create a pull request where the base branch is 9.3 and the compare/head branch is backport-1201-to-9.3.

l-trotta added a commit that referenced this pull request Apr 7, 2026
l-trotta added a commit that referenced this pull request Apr 7, 2026
Co-authored-by: Laura Trotta <153528055+l-trotta@users.noreply.github.com>
l-trotta added a commit that referenced this pull request Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant